startupType
|
The start mode of the import service when the application starts. If not specified, the system defaults to "Automatic". If specified, the value must be "Automatic", "Manual", or "Disabled":
Automatic - The service is to be started by the application, at system start-up.
Manual - The service is started only manually, by a user or by an application.
Disabled - The service is disabled, so it cannot be started by a user or application.
|
importOrderList
|
Specifies the precedence of imports which controls processing order. This is a comma-separated list of import names, all of which must be valid ExportName in KsExportColumns. The system will only process imports specified in this list. If not specified, the system defaults to the following list:
CATEGORY,SPECIAL_CHARGES,COMPETITORS,MFG_ITEMS,
ITEM_XPROPS,COMPETITOR_XREFS,BOMS,
BASE_PRICES,WAREHOUSE_ITEMS,OPTIONS,RULES,MODELS,
INVENTORY,ATP,SALES_TAX,FREIGHT,CURRENCY,
EXCHG_RATES,REGIONS,CLASSIFICATIONS,DISCOUNT_CLASSES,CUSTOMERS,ENDUSERS,VENDORS,SHIP_ADDRS,PRICE_ADJS,
DEPARTMENTS,CONTACTS,CUST_PARTS,RMA_TYPES,
FAILURE_CODES,WARRANTY_CODES,SERVICE_TYPES,
SERVICE_LOGS,SERVICE_CHARGES,ORDERS,RMAS,SHIPMENTS,
RMA_RECEIPTS,SERIALHIST,INVOICES,QUOTES,COMMISSIONS,
VEHICLE_SEARCH,REPQUOTA,GEO_RESTRICTIONS
|